SQL::Query::Join::Parse Function

Syntax

L Parse([SQLStatement as C])

Arguments

SQL::Query::Join

A SQL::Query::Join object created with a DIM statement.

SQLStatement

A SQL statement.

Description

Parse the SQLStatement passed (or the value previously set into the SQLStatement property).

Discussion

The Parse() method accepts an optional text string and parses it. If the parse is successful, the elements of the SQL statement will be available immediately as properties of the object.

See Also